projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9bd429
)
arm: at91: Makefile: Compile lowlevel_init only when really necessary
author
Stefan Roese
<
[email protected]
>
Tue, 2 Apr 2019 08:57:15 +0000
(10:57 +0200)
committer
Eugen Hristev
<
[email protected]
>
Tue, 9 Apr 2019 06:28:50 +0000
(09:28 +0300)
Make sure that lowlevel_init is not compiled when
CONFIG_SKIP_LOWLEVEL_INIT_ONLY is configured.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Heiko Schocher <
[email protected]
>
Cc: Andreas Bießmann <
[email protected]
>
Cc: Eugen Hristev <
[email protected]
>
Reviewed-by: Heiko Schocher <
[email protected]
>
Tested on the taurus board:
Tested-by: Heiko Schocher <
[email protected]
>
arch/arm/mach-at91/arm926ejs/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-at91/arm926ejs/Makefile
b/arch/arm/mach-at91/arm926ejs/Makefile
index 0639d7ea1e7f0ca4593a12f164f8517b7a688c19..6b0b28957af593c815e27b7001f798d7a4029c2d 100644
(file)
--- a/
arch/arm/mach-at91/arm926ejs/Makefile
+++ b/
arch/arm/mach-at91/arm926ejs/Makefile
@@
-24,8
+24,10
@@
obj-y += timer.o
endif
ifndef CONFIG_SKIP_LOWLEVEL_INIT
+ifndef CONFIG_SKIP_LOWLEVEL_INIT_ONLY
obj-y += lowlevel_init.o
endif
+endif
ifdef CONFIG_$(SPL_)SYS_THUMB_BUILD
ifndef CONFIG_HAS_THUMB2